Welcome![Sign In][Sign Up]
Location:
Search - UDP C

Search list

[WinSock-NDISlinux下关于socket编程的C例子

Description: 这是linux下关于C的编程,其中包含了socket的几种用法的例子,有udp、tcp以及select的使用。-under linux on the C programming, which includes a socket several examples of usage, udp, tcp and select use.
Platform: | Size: 571308 | Author: 钟文德 | Hits:

[Other resource8051的UDP协议实现 协议实现--c语言编写

Description: 8051的UDP协议实现 协议实现--c语言编写 用51单片机实现的。-8051 to achieve the UDP protocol -- c language with the MCS-51 microcontroller.
Platform: | Size: 61681 | Author: 王明亮 | Hits:

[WinSock-NDISudp数据包转发

Description: 基于WinSock的UDP数据转发(Win XP;Visual C++ 6.0)-WinSock based on the UDP data transmitted (Win XP; Visual C 6.0)
Platform: | Size: 57247 | Author: 刘云 | Hits:

[TCP/IP stackmostwin_udp

Description: 基于单片机的udp协议C/C++语言实现-based SCM agreement udp C / C Language
Platform: | Size: 2828 | Author: 张张张 | Hits:

[Other resourceP2PServer.c

Description: 经常有对P2P原理的讨论,但是讨论归讨论,很少有实质的东西产生(源代码)。呵呵,在这里我就用自己实现的一个源代码来说明UDP穿越NAT的原理。-often principle of peer-to-peer discussions, but the discussions under discussion, with little substantive things have (source code). Oh, I am here on their own to achieve one of the source code to illustrate the UDP Through NAT principle.
Platform: | Size: 4491 | Author: 吴花 | Hits:

[Other resourceC++BuilderWeb

Description: 书的内容: 第一章 面向对象编程 1.1 什么是对象 1.2 修改元件名称 1.3 对象作用域问题 1.4 类成员的可见性 1.5 对象的相互赋至 1.6 自己创建一个对象 1.7 VCL的结构 1.8 TObjiect 1.9 TPersistent 1.10 TComponet 1.11 TComponent 1.11 TControl 1.12 TWinControl 1.13 TGraphicControl 1.14 TCustom Control 第二章 组件对象模型 2.1 几个基本概念 2.2 客户和服务器 2.3 认识GUID。CLSID。IID 2.4 引用技术 2.5 什么是IUnknown接口 2.6 Dll形式的COM服务器 2.7 接口 2.8 调度接口 2.9 双重接口 2.10 对接口的应用 第3章 ActiveX 第4章 Type Libraty 第5章 创建ActiveX控件 第6章 OLE自动化 第7章 使用WinSock 第8章 使用FTP控件 第9章 使用UDP控件 第10章 使用HTTP控件 第11章 使用HTML控件 第12章 使用SMTP控件 第13章 使用POP控件 第14章 使用NNTP控件 第15章 创建Web服务器应用程序 第16章 Web服务器的细节 //从第3章我就不详细写了~-the contents : the first chapter of object-oriented programming 1.1 1.2 What is the object name change components targeted 1.3 Scope 1.4 category visibility of the target of 1.5 to 1.6 mutual given themselves a target to create VCL 1.7 the structure TObjiect 1.9 1.8 TComponet TPersistent 1.10 1.11 1.11 TComponent TWinControl TControl 1.12 1.14 1.13 TGraphicControl TCustom Control II Component Object Model 2.1 2.2 few basic concepts and customers awareness Server 2.3 GUID. CLSID. Bloch cited technical 2.4 2.5 What is the IUnknown interface 2.6 Dll form of COM server interface 2.8 2.7 2.9 Scheduling Interface Interface 2.10 pair of double Application Interface Chapter 3 Chapter 4 ActiveX Type Libraty create Chapter 5 ActiveX Chapter 6 OLE Automation to use Chapter 7 Chapter 8 WinSock use FTP
Platform: | Size: 1910456 | Author: 龙杨 | Hits:

[Linux-Unixudpgen.c

Description: IP流量发生器,用于产生UDP报文,该程序用于模拟你需要的IP流量。可运行于Linux-IP flow generator, used to produce UDP packet, the procedure you need to simulate the IP flow. Can be run on Linux
Platform: | Size: 1195 | Author: Rex Yan | Hits:

[WinSock-NDISC-S

Description: 典型的C/S编程,融会了服务器和客户端之间TCP,UDP的互联代码
Platform: | Size: 37589 | Author: 陈陈 | Hits:

[Internet-Networktcp&UDP DEMO

Description: C\C++编写的tcp\udp客户端及服务器程序(Tcp\udp client and server program written by C\C++)
Platform: | Size: 2048 | Author: sunqqq | Hits:

[Linux-Unixsocket UDP

Description: TCP/IP协议叫做传输控制/网际协议,又叫做网络通信协议。实际上,它包括上百个功能的协议。 套接字(socket):在网络中用来描述计算机中不同程序与其他计算程序的通信方式。 套接字分为三类; 流式socket(SOCK_STREAM):提供可靠,面向连接的通信流;它使用TCP协议,从而保证了数据传输的正确性和顺序性。 数据报socket(SOCK_DGRAM):数据报套接字定义了一种无连接的服务,数据通过相互独立的报文进行传输,无序的,并且不保证可靠,无差错的。它使用的数据报协议是UDP。 原始socket:原始套接字允许对底层协议如TP或ICMP进行直接访问,它功能强大但使用复杂,主要用于一些协议的开发。(Socket implementation of UDP communication)
Platform: | Size: 1024 | Author: LoenWolf | Hits:

[Internet-NetworkUDP通信

Description: c# UPD通讯实例,有相关的服务端和客户端(An example of c# UPD communication)
Platform: | Size: 173056 | Author: sznetnet | Hits:

[Internet-NetworkUDP

Description: 基于C#的UDP客户端、服务端,实现基本功能。(UDP Client & Server Demo with C#, to achieve the basic functions.)
Platform: | Size: 189440 | Author: Martin3 | Hits:

[P2PUDP

Description: 基于visual的mfc工程下的对话框,实现基于UDP协议下的通讯,可以实现工作组计算机之间的文字传输。(Based on visual, a dialog box under MFC project is implemented, which realizes communication based on UDP protocol. It can realize text transmission between workgroup computers.)
Platform: | Size: 22961152 | Author: 717大汉 | Hits:

[Windows DevelopC language code of UDP transmission system

Description: C语言编写的UDP简单文件传输协议,含客户端和服务端默认的下载路径(C language code of UDP transmission system)
Platform: | Size: 14336 | Author: 是通信狗啊 | Hits:

[Internet-Networkudp

Description: 实现客户端与服务器端通信,使用C语言编写,在ubuntu系统下测试成功(Realizing the communication between the client and the server side)
Platform: | Size: 1024 | Author: liuqi605752176 | Hits:

[OtherC#实现UDP打洞即时视频聊天

Description: 给大家看看怎么实现UDP视频聊天的,能够让大家多多看一下眼界(Let us see how to achieve UDP video chat, so that we can see more.)
Platform: | Size: 4187136 | Author: 黄杰大帅哥 | Hits:

[Windows DevelopC#通讯调试工具v3.0源码

Description: 开发工具:VS2010 语言:C# .NET Framework2.0 本软件主要功能如下: 1.串口,TCP服务端/客户端,UDP服务端/客户端通讯调试; 2.支持Hex,ASCII两种格式的命令调试; 3.接收数据可通过右键菜单一键计算Hex对应的数值; 4.字节计算器/检验值计算器(CRC16,自定义多项式CRC16,XOR)。 具体可看我的博文:http://blog.csdn.net/sqqyq/article/details/10012183 下一版本计划加入功能: 1.串口通讯监视。 2.Socket通讯监视。(C# NETWORK DEBUG TOOLS C# NETWORK DEBUG TOOLS)
Platform: | Size: 1482752 | Author: cocojava | Hits:

[Communication-MobileC#实现UDP打洞即时视频聊天

Description: C#实现UDP打洞即时视频聊天的一个简单历程(C# implementation of UDP hole instant video chat)
Platform: | Size: 4572160 | Author: 提壶饮酒 | Hits:

[Internet-Networkiocp服务器代码_tcp&udp测试工具

Description: iocp完成端口c++代码,服务器接收回弹,还有一个接收没有回弹(IOCP completes port c + + code, server receives rebound, and one receives no rebound)
Platform: | Size: 17497088 | Author: Jack666 | Hits:

[Internet-NetworkUDP

Description: 使用vs2013平台下C#语言编写的UDP通信程序。(vs2013 C# UDP Communication)
Platform: | Size: 131072 | Author: qu1 | Hits:
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »

CodeBus www.codebus.net